home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource2 / sclib_1 / 1_7 / v7n7072b.txt < prev    next >
Text File  |  1995-11-01  |  113b  |  8 lines

  1. @echo off
  2. rem ctocpp1.bat processes a single file
  3. echo %1
  4. cl /E %1 > foo.tmp
  5. ctocxx < foo.tmp
  6. rm foo.tmp
  7.  
  8.